catch multiple exceptions in {python}

https://stackoverflow.com/questions/6470428/catch-multiple-exceptions-in-one-line-except-block

except (IDontLikeYouException, YouAreBeingMeanException) as e:
    pass